body {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*下面是解决ios上去除微信点击蓝色边框 */
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

/* *::-webkit-media-controls-panel {  display: none!important;  -webkit-appearance: none;}*::--webkit-media-controls-play-button {  display: none!important;  -webkit-appearance: none;}*::-webkit-media-controls-start-playback-button {  display: none!important;  -webkit-appearance: none;} */
/*=============================*首页*=======================*/
.index-main {
  margin-top: 86px;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
}

.swiper-container {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 52px !important;
  height: 2px !important;
  background-color: #fff !important;
  border-radius: 0% !important;
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 52px !important;
  height: 5px !important;
  background-color: #ca0000 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 40px !important;
}

.full-box {
  background-color: #f7f7f7;
  padding: 30px 0 50px;
}

.htmleaf-container {
  width: 65.7%;
  margin: 0 auto;
}

.htmleaf-container::after {
  content: "";
  display: block;
  clear: both;
}

.article {
  display: block;
  margin: 0 0 30px 0;
  border: 3px solid #fff;
  overflow: hidden;
  position: relative;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #fff;
}

.postion-content {
  position: absolute;
  left: 50%;
  bottom: -75px;
  width: 83%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, .5);
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.article:hover .postion-content {
  bottom: 15px;
}

.article:hover {
  z-index: 2;
  /*设置在顶层显示*/
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  /*添加阴影*/
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -2px, 0);
  /*向上浮动*/
  transform: translate3d(0, -2px, 0);
}

.index-title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.right-flex {
  color: #fff;
}

.lin-flex {
  font-size: 18px;
  font-weight: lighter;
}

.right-arrows {
  vertical-align: initial;
  margin-left: 5px;
}

.article img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.article:hover img {
  transform: scale(1.2);
}

.article>img {
  display: block;
  width: 100%;
}

.article h2 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.wall {
  display: block;
  position: relative;
}

.wall-column {
  display: block;
  position: relative;
  width: 33.333333%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}

/*=============================*作品*=======================*/
.works-ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  font-size: 20px;
}

.works-ul::after {
  content: "";
  display: block;
  clear: both;
}

.works-ul li {
  float: left;
  flex: 1;
}

.works-ul li a:hover,
.works-ul li a em:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.works-ul li a em:after {
  content: '';
  left: 0px;
  bottom: -3px;
  position: absolute;
  float: none;
  width: 0px;
  border-bottom: 3px #ca0000 solid;
}

.works-ul li a:hover em:after {
  width: 100%;
}

.works-ul li a:hover {
  color: #ca0000;
}

.works-ul li a {
  text-align: center;
  color: #000;
  display: inline-block;
  width: 85px;
  padding: 22px 0;
  border-bottom: 3px solid transparent;
  position: relative;
}

.works-ul li .active-a {
  color: #ca0000;
  border-color: #ca0000;
}
.works-bottom{
  padding-bottom: 85px;
}
.works-list::after {
  content: "";
  display: block;
  clear: both;
}

.works-items {
  float: left;
  width: 30.23333%;
  margin-right: 3.7%;
  margin-top: 3.2%;
  position: relative;
  /*设置为相对*/
  -webkit-transition: all .2s linear;
  /*渐变效果*/
  transition: all .2s linear;
  cursor: pointer;
  overflow: hidden;
  border: 3px solid #fff;
  background-color: #fff;
}

.works-items a {
  text-decoration: none;
  color: #333;
  position: relative;
  padding-top: 66.66%;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.works-bottom .works-items a{
  padding-top:58.69%;
}
.works-bottom .works-items img{
  height: calc(100% - 74px);
}

.works-items:hover {
  z-index: 2;
  /*设置在顶层显示*/
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  /*添加阴影*/
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  /*向上浮动*/
  transform: translate3d(0, -2px, 0);
}

.works-items:nth-child(3n) {
  margin-right: 0;
}

.works-items img {
  display: block;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: calc(100% - 48px);
}

.works-items img:hover {
  transform: scale(1.05);
}

.works-title {
  padding: 14px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
  padding-right: 100px;
  position: relative;
  z-index: 4;
  background-color: #FFFFFF;
  line-height: 20px;
}
.works-bottom .works-title{
  padding-right: 14px;
}

.works-title-more {
  font-size: 12px;
  position: absolute;
  right: 14px;
  top: 14px;
}

.blackline {
  background: url("../images/blackline.png") repeat-x left;
  width: 240px;
  opacity: 0.5;
  height: 1px;
  margin-top: 30px;
}

.btn:hover,
.item-list:hover,
.resume-padding:hover {
  webkit-transition: all linear .2s;
  transition: all linear .2s;
}

/* .more-btn:hover {  background: #666;  color: #FFFFFF;} */
.loading-box {
  text-align: center;
  margin: 50px 0 30px 0;
}

.more-btn {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #262626;
}

/*=============================*作品详情*=======================*/
.newDetails-container {
  width: 67%;
  margin: 0 auto;
}
.newDetails-main{
  width: 48%;
}


.details-bg {
  background-color: #f7f7f7;
}

.works-details-cen {
  width: 67%;
  margin: 50px auto;
}

.details-title {
  font-size: 30px;
}

i {
  font-weight: normal;
}

.details-site {
  font-size: 14px;
  margin-top: 25px;
}

.line {
  margin: 0 50px;
  color: #9d9d9d;
}

.square {
  font-weight: bold;
}

.details-img {
  width: 100%;
}

.details-list {
  padding: 3px;
  margin-top: 70px;
}

.details-list>p>img {
  width: 100%;
  padding: 5px;
  background: #fff;
}

.line-details {
  width: 100%;
  /* 分隔线的长度 */
  margin: 60px 0 0 0;
  height: 1px;
  /* 分隔线粗细 */
  text-align: center;
  background: #dedede;
  font-size: 14px;
}

.line-details .lin-span {
  position: relative;
  top: -11px;
  background: #f7f7f7;
  padding: 0px 10px;
}

.line-details .lin-span a {
  text-decoration: none;
  color: #333;
}

.netx {
  font-size: 1rem;
}

.icons {
  margin: 0 30px;
}

.couse {
  cursor: pointer;
}

/*=============================*关于我们*=======================*/
.about-fixed {
  position: fixed;
  top: 14%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}

.about-center {
  width: 67%;
  margin: 0 auto;
}

.about-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-padding {
  padding: 120px 0;
}

.aboutPic {
  width: 100%;
}

.about-img {
  margin-right: 7%;
  flex: 2;
}

.about-img img {
  border: 5px solid #fff;
}

.about-conrt {
  flex: 3;
  margin-top: 50px;
}

.team-box {
  position: relative;
}

.font-team {
  position: absolute;
  left: 13%;
  top: 130px;
}

.About {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 4px;
}

.about-font {
  font-weight: lighter;
  font-size: 20px;
}

.about-font-max {
  font-weight: lighter;
  font-size: 24px;
}

.paragraph-1 {
  margin-top: 50px;
  line-height: 30px;
}

.paragraph-2 {
  margin-top: 24px;
  line-height: 30px;
}

.team img {
  width: 100%;
}

.set-out {
  margin-top: 50px;
}

.about-times {
  margin-top: 10px;
}

.jiud-about {
  margin-top: 10px;
  line-height: 30px;
}

.jiudu-lin {
  width: 1px;
  height: 32px;
  background-color: #d0d0d0;
  margin: 10px 0;
}

.video-bg {
  width: 100%;
  height: 100%;
  background: url('../images/video-img.jpg')no-repeat;
  background-size: cover;
  background-position: center 0;
}

.video {
  position: relative;
}

.video video {
  background-color: #000;
  /* mix-blend-mode: screen; */
  outline: none;
  border: none;
  height: auto;
}

.play-icon {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.partner::after {
  content: "";
  display: block;
  clear: both;
}

.partner {
  margin-top: 5%;
}

.partner-item {
  float: left;
  width: 16%;
  margin-right: 3px;
  margin-bottom: 3px;
}

.partner-item img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.partner-item img:hover {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
  -webkit-box-shadow: 0 5px 15px rgba(67, 72, 84, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(67, 72, 84, 0.5);
  -o-box-shadow: 0 5px 15px rgba(67, 72, 84, 0.5);
  box-shadow: 0 5px 15px rgba(67, 72, 84, 0.5);
}

/*.partner-item:nth-child(n){  margin-right: 0;}*/
.partner-item img {
  width: 100%;
  display: block;
}

.dynamic-times {
  font-size: 12px;
  width: 100%;
}

.dynamic-title {
  font-size: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 100%;
}

.full-box.dynamic-full {
  padding: 10px 0 50px 0;
}

/*=============================*动态详情*=======================*/
.nwes-details-time {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.nwes-details-tit {
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  margin-top: 30px;
}

.nwes-details-content {
  font-size: 15px;
  color: #6f6f6f;
  margin-top: 40px;
  line-height: 30px;
}

.nwes-details-content p img {
  max-width: 100%;
  padding: 5px;
  background: #fff;
}

.nwes-details-content p {
  text-align: center;
  text-indent: 0 !important;
}

.nwes-details-content p span,
.nwes-details-content p {
  background: #f7f7f7 !important;
  font-family: '微软雅黑' !important;
}

.details-center {
  text-align: center;
  margin: 60px 0;
}

.details-center img {
  max-width: 100%;
  padding: 3px;
  background-color: #fff;
}

/*=============================*联系*=======================*/
.Contact-tit {
  font-size: 24px;
  font-weight: lighter;
}

.Contact {
  font-family: Modern-Regular;
  font-size: 30px;
  font-weight: bold;
  /* color: #939393; */
  margin-bottom: 5px;
}

.site-city-top {
  margin-top: 30px;
}

.city-name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.city-english {
  font-size: 18px;
}

.address-top {
  margin-top: 15px;
  font-size: 14px;
}

.Address {
  margin-bottom: 5px;
}

.ligger {
  font-weight: lighter;
  line-height: 24px;
}

.phone-Number {
  font-size: 18px;
}

.phone-numbers {
  margin-top: 6px;
}

.Telephone {
  font-size: 14px;
  margin-bottom: 5px;
}

.details-bg {
  position: relative;
}

.joinPic {
  position: absolute;
  right: 5%;
  bottom: 6.4rem;
  width: 50%;
  top: 136px;
}

.join-we {
  margin-top: 80px;
  margin-bottom: 50px;
}

.address-city {
  font-size: 14px;
}

/** PC **/
@media screen and (max-width: 1600px) {
  .font-team {
    position: absolute;
    top: 80px;
  }

  .full-box.dynamic-full {
    padding: 10px 0 50px 0;
  }

  .newDetails-container {
    width: 75%;
    margin: 0 auto;
  }

  .play-icon {
    width: 60px;
  }

  .index-title {
    font-size: 16px;
  }

  .title-english {
    font-size: 14px;
  }

  .wall-column {
    width: 33.33333%;
  }

  .htmleaf-container {
    width: 95%;
    margin: 0 auto;
  }

  .works-ul {
    font-size: 18px;
  }

  .works-items {
    width: 30.63333%;
    margin-right: 3%;
  }

  .works-details-cen {
    width: 75%;
    margin: 30px auto;
  }

  .details-title {
    font-size: 25px;
  }

  .about-center {
    width: 85%;
  }

  .set-out {
    margin-top: 50px;
  }

  .about-times {
    margin-top: 10px;
  }

  .jiud-about {
    margin-top: 10px;
    line-height: 30px;
  }

  .jiudu-lin {
    width: 1px;
    height: 32px;
    background-color: #d0d0d0;
  }

  .partner-item {
    width: 16%;
  }

  .nwes-details-tit {
    font-size: 20px;
  }

  .joinPic {
    width: 50%;
    top: 136px;
  }

  /*  .partner-item:nth-child(5n){    margin-right: 0;  }*/
}

/** iPad **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px !important;
  }

  .font-team {
    position: absolute;
    top: 60px;
  }

  .postion-content {
    bottom: 10px;
  }

  .loading-box img {
    width: 42px;
    height: 42px;
  }

  .more-btn {
    font-size: 15px;
  }

  .newDetails-container {
    width: 85%;
    margin: 0 auto;
  }

  .index-main {
    margin-top: 76px;
  }

  .wall-column {
    width: 50%;
  }

  .htmleaf-container {
    width: 93%;
    margin: 0 auto;
  }

  .full-box.dynamic-full {
    padding: 10px 0 50px 0;
  }

  .article {
    display: block;
    margin: 0 0 20px 0;
  }

  .index-title {
    font-size: 16px;
  }

  .title-english {
    font-size: 14px;
  }

  .swiper-pagination-bullet {
    width: 42px !important;
  }

  .swiper-pagination-bullet-active {
    width: 42px !important;
  }

  .works-ul {
    font-size: 16px;
  }

  .works-ul li a {
    width: 65px;
  }

  .works-items {
    width: 47.63333%;
    margin-right: 3%;
  }

  .works-items:nth-child(3n) {
    margin-right: 3%;
  }

  .works-items:nth-child(2n) {
    margin-right: 0;
  }

  .details-list {
    margin-top: 50px;
  }

  .works-details-cen {
    width: 85%;
    margin: 30px auto;
  }

  .details-title {
    font-size: 23px;
  }

  .details-list {
    margin-top: 40px;
  }

  .line-details {
    margin: 40px 0 0 0;
  }

  .about-center {
    width: 85%;
    top: 12%;
  }

  .works-title {
    padding: 25px;
  }

  .About {
    font-size: 24px;
  }

  .about-font-max {
    font-weight: bold;
    font-size: 20px;
  }

  .about-font{
    font-size: 18px;
  }

  .paragraph-1 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-2 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .about-padding {
    padding: 30px 0;
  }

  .set-out {
    margin-top: 40px;
  }

  .about-times {
    margin-top: 10px;
  }

  .jiud-about {
    margin-top: 10px;
    line-height: 30px;
  }

  .jiudu-lin {
    width: 1px;
    height: 22px;
    background-color: #d0d0d0;
  }

  .partner-item {
    width: 21.2%;
  }

  /* .partner-item:nth-child(5n){    margin-right: 5%;  }  .partner-item:nth-child(4n){    margin-right: 0;  }*/
  .dynamic-title {
    font-size: 18px;
  }

  .details-center {
    margin: 30px 0;
  }

  .Contact-tit {
    font-size: 20px;
  }

  .Contact {
    font-size: 20px;
  }

  .site-city-top {
    margin-top: 16px;
    width: 40%;
  }

  .city-name {
    font-size: 16px;
    margin-bottom: 5px;
    color: #2f2e2e;
  }

  .city-english {
    font-size: 16px;
  }

  .address-top {
    margin-top: 10px;
    font-size: 14px;
  }

  .Address {
    margin-bottom: 10px;
  }

  .ligger {
    font-weight: lighter;
  }

  .ligger {
    margin-bottom: 5px;
  }

  .phone-numbers {
    margin-top: 4px;
  }

  .Telephone {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .joinPic {
    width: 50%;
    top: 106px;
  }

  .join-we{
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .play-icon {
    width: 60px;
  }
}

/** iPhone **/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px !important;
  }

  .play-icon {
    width: 40px;
  }

  .postion-content {
    bottom: 10px;
  }

  .more-btn {
    font-size: 14px;
  }

  .loading-box img {
    width: 32px;
    height: 32px;
  }

  .newDetails-container {
    width: 90%;
    margin: 0 auto;
  }
 .newDetails-main{
    width: 93%;
  }

  .index-main {
    margin-top: 66px;
  }

  .wall-column {
    width: 100%;
  }

  .full-box.dynamic-full {
    padding: 10px 0 25px 0;
  }

  .htmleaf-container {
    width: 90%;
    margin: 0 auto;
  }

  .article {
    display: block;
    margin: 0 0 10px 0;
  }

  .index-title {
    font-size: 14px;
  }

  .title-english {
    font-size: 13px;
  }

  .swiper-pagination-bullet {
    width: 22px !important;
  }

  .swiper-pagination-bullet-active {
    width: 22px !important;
  }

  .works-ul {
    font-size: 14px;
  }

  .works-ul li a {
    width: 56px;
  }

  .works-items {
    width: 98%;
  }

  .works-items {
    margin-right: 0;
  }

  .details-list {
    margin-top: 30px;
  }

  .works-details-cen {
    width: 90%;
    margin: 20px auto;
  }

  .details-title {
    font-size: 20px;
  }

  .details-site {
    margin-top: 10px;
    font-size: 12px;
  }

  .line-details {
    margin: 30px 0 0 0;
  }

  .line-details {
    font-size: 12px;
  }

  .About {
    font-size: 18px;
  }

  .about-font-max {
    font-weight: bold;
    font-size: 21px;
  }

  .about-img {
    display: none;
  }

  .works-title {
    padding: 20px;
  }

  .font-team {
    position: absolute;
    top: 15px;
  }

  .About {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .about-font-max {
    font-weight: bold;
    font-size: 20px;
  }

  .about-font{
    font-size: 18px;
  }

  .paragraph-1 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-2 {
    margin-top: 25px;
    font-size: 14px;
    line-height: 25px;
  }

  .about-padding {
    padding: 40px 0;
  }

  .set-out {
    margin-top: 30px;
  }

  .about-times {
    margin-top: 2px;
    font-size: 14px;
  }

  .jiud-about {
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .jiudu-lin {
    width: 1px;
    height: 22px;
    background-color: #d0d0d0;
  }

  .partner-item {
    width: 30%;
  }

  /*  .partner-item:nth-child(5n){    margin-right: 5%;  }  .partner-item:nth-child(3n){    margin-right: 0;  }*/
  .dynamic-times {
    font-size: 12px;
  }

  .dynamic-title {
    font-size: 14px;
  }

  .nwes-details-tit {
    font-size: 16px;
  }

  .nwes-details-content {
    margin-top: 20px;
    font-size: 13px;
  }

  .details-center {
    margin: 20px 0;
  }

  .Contact-tit {
    font-size: 20px;
  }

  .Contact {
    font-size: 24px;
  }

  .join-we{
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .blackline{
    margin-bottom: 20px;
  }

  .site-city-top {
    margin-top: 10px;
  }

  .city-name {
    font-size: 14px;
    margin-bottom: 5px;
    color: #2f2e2e;
  }

  .city-english {
    font-size: 14px;
  }

  .address-top {
    margin-top: 15px;
    font-size: 13px;
  }

  .Address {
    margin-bottom: 15px;
  }

  .ligger {
    font-weight: lighter;
  }

  .ligger {
    margin-bottom: 5px;
  }

  .phone-numbers {
    margin-top: 15px;
  }

  .Telephone {
    font-size: 143x;
    margin-bottom: 5px;
  }

  .joinPic {
    width: 100%;
    /* margin-top: 20px; */
    position: inherit;
    right: 0;
    top: 0;
  }
}